home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 83 / MacAddict_083_2003-07.iso / mac / Software / Development / VLC Source 0.5.3.dmg / extras / MacOSX / Resources / English.lproj / vlc.scriptTerminology < prev   
Text File  |  2003-03-25  |  2KB  |  48 lines

  1. {
  2.     "Name" = "VLC suite";
  3.     "Description" = "VLC commands.";
  4.     
  5.     "Commands" = {
  6.         "OpenURL" = {
  7.             Name = "OpenURL"; 
  8.             Description = "Open a URL";
  9.         };
  10.         "GetURL" = {
  11.             Name = "GetURL";
  12.             Description = "Get a URL";
  13.         };
  14.         "play" = {
  15.             Name = "play";
  16.             Description = "Start playing the current playlistitem or pause it when it is already playing.";
  17.         };
  18.         "stop" = {
  19.             Name = "stop";
  20.             Description = "Stop playing the current playlistitem.";
  21.         };
  22.         "previous" = {
  23.             Name = "previous";
  24.             Description = "Go to the previous item in the playlist or the previous chapter in the DVD/VCD.";
  25.         };
  26.         "next" = {
  27.             Name = "next";
  28.             Description = "Go to the next item in the playlist or the next chapter in the DVD/VCD.";
  29.         };
  30.         "fullscreen" = {
  31.             Name = "fullscreen";
  32.             Description = "Toggle between fullscreen and windowed mode.";
  33.         };
  34.         "mute" = {
  35.             Name = "mute";
  36.             Description = "Mute the audio";
  37.         };
  38.         "volumeUp" = {
  39.             Name = "volumeUp";
  40.             Description = "Bring the volume up by one step. There are 32 steps from 0 to 100% volume.";
  41.         };
  42.         "volumeDown" = {
  43.             Name = "volumeDown";
  44.             Description = "Bring the volume down by one step. There are 32 steps from 0 to 100% volume.";
  45.         };
  46.     };
  47. }
  48.